home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / gem / l_0799 / 537 < prev    next >
Text File  |  1994-08-27  |  1KB  |  50 lines

  1. Subject: digested Nolte,Oates
  2. Date: Wed, 22 Jun 1994 14:06:29 +1000
  3. From: Warwick Allison <warwick@cs.uq.oz.au>
  4. Precedence: bulk
  5.  
  6.  
  7. Mike Nolte:
  8.  
  9. >  AbandonWindow =
  10. > ...
  11. >      else
  12. >      {
  13. >         close, reload
  14. >      }
  15. > You do really need the else branch? I mean, why close and reload while no
  16. > changes have been made?
  17.  
  18. Because the FILE might have changed (multitasking, remember).  Just like
  19. these programs that don't give you the option to Save if they believe the
  20. document has not been changed.  It's fascist!  How does the program know
  21. that I accidentally trashed the file in another application?!!!
  22.  
  23. I disagree with the whole Abandon function, but that doesn't matter - we
  24. only have to use the shortcuts IF the func is implemented.
  25.  
  26. > "Reload" tells me what's going to happen. Which is IMO more important than
  27. > elegance.
  28.  
  29. Oxford defn of `revert':
  30.     Return, come or go back, to or from a place or position.
  31.  
  32. `Reload' clearly means `load it again', but doesn't have a `delete it first'
  33. conotation.
  34.  
  35. `Abandon' clearly means `delete it', but doesn't have a `load it again'
  36. conotation.
  37.  
  38. `Revert' has both.
  39.  
  40.  
  41. Christopher Taylor Oates:
  42. > I like the Atariworks way of using the Fkeys for [User-Defined Macros].
  43.  
  44. The trouble with function keys is that they are really quite difficult
  45. to remember.  Alt-letter combinations are much easier, and there are more
  46. of them.
  47.  
  48. --
  49. Warwick
  50.